home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WWTCLKit / avoidStupidWarnings.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  573 b   |  47 lines

  1.  
  2. @interface Button(IBInspector)
  3.  
  4. - (const char *)getInspectorClassName;
  5.  
  6. @end
  7.  
  8. @interface ButtonCell(IBInspector)
  9.  
  10. - (const char *)getInspectorClassName;
  11.  
  12. @end
  13.  
  14. @interface NXColorWell(IBInspector)
  15.  
  16. - (const char *)getInspectorClassName;
  17.  
  18. @end
  19.  
  20.  
  21. @interface TextField(IBInspector)
  22.  
  23. - (const char *)getInspectorClassName;
  24.  
  25. @end
  26.  
  27.  
  28. @interface TextFieldCell(IBInspector)
  29.  
  30. - (const char *)getInspectorClassName;
  31.  
  32. @end
  33.  
  34.  
  35. @interface Slider(IBInspector)
  36.  
  37. - (const char *)getInspectorClassName;
  38.  
  39. @end
  40.  
  41. @interface SliderCell(IBInspector)
  42.  
  43. - (const char *)getInspectorClassName;
  44.  
  45. @end
  46.  
  47.